From 8b4be2cbc85edb1d0f3243bf43c261b8fd9729f3 Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 5 May 2006 16:55:07 +0000 Subject: [PATCH] Add id tags so we have reasonable links for the filters. --- readme.xml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/readme.xml b/readme.xml index 87103b22d..792f13a51 100644 --- a/readme.xml +++ b/readme.xml @@ -1763,7 +1763,7 @@ mentioned above. Contributed to GPSBabel by Alex Mottram. filter or in the table at gpsbabel.org . -
+
POSITION The position filter is designed to remove points based on their proximity to each other. Distances can be passed on @@ -1783,7 +1783,7 @@ mentioned above. Contributed to GPSBabel by Alex Mottram. You can also specify the "all" option, which would remove all of the points rather than leaving one.
-
+
RADIUS The radius filter is designed to include points based on their proximity to a central point. Distances and the @@ -1809,7 +1809,7 @@ mentioned above. Contributed to GPSBabel by Alex Mottram. W90.000
-
+
DUPLICATE The duplicate filter is designed to remove duplicate points based on their shortname (traditionally a waypoint's @@ -1890,8 +1890,8 @@ mentioned above. Contributed to GPSBabel by Alex Mottram. would include only points within one mile of the section of Lima Road covered by the arc.
-
- POLYGON +
+ POLYGON The polygon filter includes points if they are inside of a polygon. A polygon file looks like an arc file, except that the arc it describes must be a closed cycle. That is, @@ -1926,8 +1926,8 @@ mentioned above. Contributed to GPSBabel by Alex Mottram. gpsbabel -i geo -f 1.loc -x polygon,file=mycounty.txt \ -o mapsend -F 2.wpt
-
- SIMPLIFY +
+ SIMPLIFY The Simplify filter is used to simplify routes and tracks for use with formats that limit the number of points they can contain or just to reduce the complexity of a route. @@ -1959,8 +1959,8 @@ mentioned above. Contributed to GPSBabel by Alex Mottram. -o magellan -F grocery.rte
-
- REVERSE +
+ REVERSE The reverse filter is used to reverse tracks and routes. It's mostly useful for those few formats where track/route sequence matters and there isn't a way to reverse them using @@ -1978,15 +1978,15 @@ mentioned above. Contributed to GPSBabel by Alex Mottram. timestamps
-
- SORT +
+ SORT This simple filter allows you to alphabetize waypoints by shortname or by description. It has a special suboption (gcid) to sort by geocaching.com waypoint ID's when the input comes from a GPX file that has GC numbers in it.
-
+
STACK This filter is designed to solve advanced problems that involve shuffling multiple lists of waypoints. It has @@ -2067,7 +2067,7 @@ gpsbabel -i gpx -f indiana.gpx \
-
+
TRACK ( !!! This filter always drops empty tracks !!! ) @@ -2190,7 +2190,7 @@ gpsbabel -t \
-
+
DISCARD This filter 'fixes' gps data by discarding points with a hdop and/or vdop over a set limit. If you give both the @@ -2218,7 +2218,7 @@ gpsbabel -t \ Contributed by Tobias Minich.
-
+
NUKETYPES There are three main types of data that GPSBabel deals with: @@ -2236,7 +2236,7 @@ gpsbabel -t \ gpsbabel -i gpx -f bigfile.gpx -x nuketypes,waypoints,routes -o gpx -F tracksonly.gpx
-
+
INTERPOLATE This filter modifies any tracks so that either the distance or the time -- 2.30.2